OptionalSetting

abstract class OptionalSetting : Setting

Represents a drone setting that may be unsupported depending on the drone model and/or firmware version or may be unavailable at the time of request.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun isAvailable(): Boolean
Tells whether the setting is currently available.
Link copied to clipboard
abstract fun isUpdating(): Boolean

Tells whether the setting is updating.